home *** CD-ROM | disk | FTP | other *** search
-
- // This JavaScript file was autogenerated from inc/plugins/objects/fprint/s3fprint.h
- // Do not modify by hand
- // Copyrights 2001, Realsoft Graphics, Finland
-
- include("real/primgad/s3primgd.js")
- var R3CLID_FPRINTTOOLGADGET = 1611;
-
- R3FPRINTTGM_DISPLACEMEN = 1611000;
-
- function _R3FPRINTTGM_DISPLACEMEN() {
- return this.r3Do(R3FPRINTTGM_DISPLACEMENT, arguments);
- }
-
-
- R3FPRINTTGCM_QUERYDISPL = 1611001;
-
- function _R3FPRINTTGCM_QUERYDISPL() {
- return this.r3Do(R3FPRINTTGCM_QUERYDISPLACEMENT, arguments);
- }
-
- function r3Fprinttoolgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_FPRINTTOOLGADGET, arguments);
- }
- // Methods
- this.DISPLACEMEN=_R3FPRINTTGM_DISPLACEMEN;
- this.QUERYDISPL=_R3FPRINTTGCM_QUERYDISPL;
-
- // Attributes
- }
-
- r3Fprinttoolgadget.prototype=new r3Primtoolgadget;
- // inc/plugins/objects/fprint/s3fprint.h_H